home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 176-200 / disk_197 / ctags / original_poster < prev    next >
Text File  |  1992-05-06  |  1KB  |  31 lines

  1. Relay-Version: version B 2.10.2 9/18/84; site watmath.UUCP
  2. Posting-Version: version B 2.10.2 9/3/84; site panda.UUCP
  3. Path: watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!panda!sources-request
  4. From: sources-request@panda.UUCP
  5. Newsgroups: mod.sources
  6. Subject: ctags source
  7. Message-ID: <1145@panda.UUCP>
  8. Date: 30 Nov 85 18:21:54 GMT
  9. Date-Received: 1 Dec 85 04:02:09 GMT
  10. Sender: jpn@panda.UUCP
  11. Lines: 1184
  12. Approved: jpn@panda.UUCP
  13.  
  14. Mod.sources:  Volume 3, Issue 53
  15. Submitted by: ucbvax!ucsf-cgl.ARPA!arnold (Ken Arnold)
  16.  
  17.  
  18. #!/bin/sh
  19. #
  20. # I have received enough requests for the current source to ctags to
  21. # post it.  Here is the latest version (what will go out with 4.3,
  22. # modulo any bugs fixed during the beta period).  It is the 4.2 ctags
  23. # with recognition of yacc and lex tags added.  Files ending in .y are
  24. # presumed to be yacc files, .l files are either lisp or lex files,
  25. # depending upon the first non-blank character (yeah, it's a hack, but
  26. # it works).  Man page is included.  Note that I wrote the original
  27. # ctags (recognized only C), and added the YACC and lex after others
  28. # wrote the recognizers for FORTRAN, PASCAL, and lisp, so this code is
  29. # rather a mix of styles, for which I take no responsibility.  So, here
  30. # come those famous words:
  31.